Skip to content

Conversation

@xPaw
Copy link
Contributor

@xPaw xPaw commented Jan 22, 2026

Fixes #14171. See that issue for more details.

This is a speculative PR because:

  1. I don't know if adding a new bool is actually a wanted approach here, or it should just do this by default.
  2. I haven't actually tested this works yet.

Proposed changes

  • Adds UseMaskForTransparency to keep existing behavior the default

Customer Impact

  • Fixes transparent images having poor aliasing due to mask creation, which shouldn't be required when using 32-bit depth colors.

Regression?

  • No

Risk

  • None?

Screenshots

Before

After

Test methodology

Accessibility testing

Test environment(s)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Do not create image masks in ImageList when using 32-bit color depth (or provide a way to disable it)

1 participant